home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / bitdef.ctl < prev    next >
Text File  |  2000-05-12  |  2KB  |  70 lines

  1. -- RCSVER $Id: bitdef.ctl,v 1.6 2000-02-09 14:30:53-06 billy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        bitdef.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the bitdef table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE bitdef
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     id,
  18.     descr,
  19.     sort_order
  20. )
  21. begindata
  22. 0|SG entry sensor|2|
  23. 1|SG exit sensor|3|
  24. 2|CB latch sensor|12|
  25. 3|Coin accept|18|
  26. 4|Coin VACS|19|
  27. 5|Coin error|20|
  28. 6|Coin alarm|21|
  29. 7|CB ID input|13|
  30. 8|Spare input 1|22|
  31. 9|Spare input 2|23|
  32. 10|Bill credit|24|
  33. 11|Bill out of ser|25|
  34. 12|Bill exit sen|7|
  35. 13|Bill stk home s|9|
  36. 14|Bill parked sen|10|
  37. 15|Power fail|26|
  38. 16|Low temp|27|
  39. 17|High temp|28|
  40. 18|Jam clear sen|14|
  41. 19|CB access door|15|
  42. 20|Spare sensor 1|29|
  43. 21|Spare sensor 2|30|
  44. 22|Coin reject sen|4|
  45. 23|Cust disp busy|31|
  46. 24|SG motor|1|
  47. 25|Bill stack mtr|8|
  48. 26|Bill xfer mtr|6|
  49. 27|Spare power drv|32|
  50. 28|LED|17|
  51. 29|Bill valid pwr|11|
  52. 30|coin valid pwr|5|
  53. 31|CB door sol|16|
  54. 32|cust disp DB0|33|
  55. 33|cust disp DB1|34|
  56. 34|cust disp DB2|35|
  57. 35|cust disp DB3|36|
  58. 36|cust disp DB4|37|
  59. 37|cust disp DB5|38|
  60. 38|cust disp DB6|39|
  61. 39|cust disp DB7|40|
  62. 40|cust disp R/W|41|
  63. 41|Spare output 1|42|
  64. 42|Cust disp reset|43|
  65. 43|Spare output 2|44|
  66. 44|Bill accpt enab|45|
  67. 45|Bill send|46|
  68. 46|Single bill ovr|47|
  69. 47|CB mem output|48|
  70.